Resource StructureDefinition/FHIR Server from package de.gematik.dev.epa#1.1.0-alpha.12 (94 ms)
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "epa-practitioner-role",
"url" : "https://gematik.de/fhir/epa/StructureDefinition/epa-practitioner-role",
"version" : "1.1.0",
"name" : "EPAPractitionerRole",
"title" : "EPA PractitionerRole Profile",
"status" : "active",
"experimental" : false,
"date" : "2024-08-14",
"publisher" : "mio42 GmbH",
"description" : "Dieses Profil bildet eine behandelnde Person/Einrichtung ab.",
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "PractitionerRole",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "PractitionerRole",
"path" : "PractitionerRole",
"definition" : "Dieses Profil bildet eine behandelnde Person/Einrichtung ab."
},
{
"id" : "PractitionerRole.meta",
"path" : "PractitionerRole.meta",
"mustSupport" : true
},
{
"id" : "PractitionerRole.meta.versionId",
"path" : "PractitionerRole.meta.versionId",
"mustSupport" : true
},
{
"id" : "PractitionerRole.meta.lastUpdated",
"path" : "PractitionerRole.meta.lastUpdated",
"mustSupport" : true
},
{
"id" : "PractitionerRole.text",
"path" : "PractitionerRole.text",
"definition" : "In diesem Element können die, in der Instanz, enthaltenen Informationen in einer menschenlesbaren Form zusammengefasst werden. Dabei ist zu beachten, dass keine Informationen aufgenommen werden dürfen, die nicht in strukturierter Form an anderer Stelle in der Instanz enthalten sind."
},
{
"id" : "PractitionerRole.text.status",
"path" : "PractitionerRole.text.status",
"fixedCode" : "extensions"
},
{
"id" : "PractitionerRole.practitioner",
"path" : "PractitionerRole.practitioner",
"definition" : "Referenz auf eine behandelnde Person, welche in der Lage ist, die definierten Dienstleistungen für die Organisation zu erbringen.",
"min" : 1,
"mustSupport" : true
},
{
"id" : "PractitionerRole.practitioner.reference",
"path" : "PractitionerRole.practitioner.reference",
"mustSupport" : true
},
{
"id" : "PractitionerRole.practitioner.identifier",
"path" : "PractitionerRole.practitioner.identifier",
"type" : [
{
"code" : "Identifier",
"profile" : [
"http://fhir.de/StructureDefinition/identifier-kvid-10",
"http://fhir.de/StructureDefinition/identifier-telematik-id"
]
}
],
"mustSupport" : true
},
{
"id" : "PractitionerRole.organization",
"path" : "PractitionerRole.organization",
"definition" : "Referenz auf die Einrichtung/Organisationseinheit, in der die behandelnde Person die entsprechenden Funktionen ausübt.",
"min" : 1,
"mustSupport" : true
},
{
"id" : "PractitionerRole.organization.reference",
"path" : "PractitionerRole.organization.reference",
"mustSupport" : true
},
{
"id" : "PractitionerRole.organization.identifier",
"path" : "PractitionerRole.organization.identifier",
"type" : [
{
"code" : "Identifier",
"profile" : [
"http://fhir.de/StructureDefinition/identifier-telematik-id"
]
}
],
"mustSupport" : true
},
{
"id" : "PractitionerRole.code",
"path" : "PractitionerRole.code",
"mustSupport" : true
},
{
"id" : "PractitionerRole.code.coding",
"path" : "PractitionerRole.code.coding",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "$this"
}
],
"rules" : "open"
},
"definition" : "Hier werden Codes angegeben.",
"comment" : "Das MustSupport gilt nur für die vordefinierten Slices.",
"mustSupport" : true
},
{
"id" : "PractitionerRole.code.coding:organization-role",
"path" : "PractitionerRole.code.coding",
"sliceName" : "organization-role",
"definition" : "Hier wird die Rolle in Bezug auf die Einrichtung anhand einer vorgegebenen Werteliste angegeben.",
"min" : 0,
"max" : "1",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "https://gematik.de/fhir/terminology/ValueSet/epa-role-care-vs"
}
},
{
"id" : "PractitionerRole.code.coding:organization-role.system",
"path" : "PractitionerRole.code.coding.system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "PractitionerRole.code.coding:organization-role.version",
"path" : "PractitionerRole.code.coding.version",
"min" : 1,
"mustSupport" : true
},
{
"id" : "PractitionerRole.code.coding:organization-role.code",
"path" : "PractitionerRole.code.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "PractitionerRole.code.coding:organization-role.display",
"path" : "PractitionerRole.code.coding.display",
"min" : 1,
"mustSupport" : true
},
{
"id" : "PractitionerRole.code.text",
"path" : "PractitionerRole.code.text",
"definition" : "Hier wird die Rolle in Bezug auf die Einrichtung als Freitext angegeben.",
"mustSupport" : true
},
{
"id" : "PractitionerRole.specialty",
"path" : "PractitionerRole.specialty",
"definition" : "Hier wird die medizinische Fachrichtung angegeben, die die behandelnde Person in der Einrichtung ausübt.",
"mustSupport" : true
},
{
"id" : "PractitionerRole.specialty.coding",
"path" : "PractitionerRole.specialty.coding",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "$this"
}
],
"rules" : "open"
},
"definition" : "Hier werden Codes angegeben.",
"comment" : "Das MustSupport gilt nur für die vordefinierten Slices.",
"mustSupport" : true
},
{
"id" : "PractitionerRole.specialty.coding:KBV-Fachgruppe",
"path" : "PractitionerRole.specialty.coding",
"sliceName" : "KBV-Fachgruppe",
"definition" : "Hier wird die Fachrichtung anhand der KBV-Schlüsseltabelle S_BAR2_ARZTNRFACHGRUPPE wiedergegeben. Diese enthält die zweistellige Fachgruppencodierung für die 8.+9. Stelle der LANR (nach BAR-Schlüsselverzeichnis, Anlage 35).",
"min" : 0,
"max" : "1",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "https://fhir.kbv.de/ValueSet/KBV_VS_SFHIR_BAR2_ARZTNRFACHGRUPPE"
}
},
{
"id" : "PractitionerRole.specialty.coding:KBV-Fachgruppe.system",
"path" : "PractitionerRole.specialty.coding.system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "PractitionerRole.specialty.coding:KBV-Fachgruppe.version",
"path" : "PractitionerRole.specialty.coding.version",
"min" : 1,
"mustSupport" : true
},
{
"id" : "PractitionerRole.specialty.coding:KBV-Fachgruppe.code",
"path" : "PractitionerRole.specialty.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "PractitionerRole.specialty.coding:KBV-Fachgruppe.display",
"path" : "PractitionerRole.specialty.coding.display",
"min" : 1,
"mustSupport" : true
},
{
"id" : "PractitionerRole.specialty.text",
"path" : "PractitionerRole.specialty.text",
"definition" : "Hier wird die Fachrichtung als Freitext angegeben.",
"mustSupport" : true
},
{
"id" : "PractitionerRole.telecom",
"path" : "PractitionerRole.telecom",
"definition" : "Dieses Element beschreibt die vorhandenen Kontaktmöglichkeiten der Behandelnden Person in Bezug auf eine Einrichtung.\n\n**Beispiele für Kontaktdaten:**\n* Durchwahl-Telefonnummer der Behandelnden Person in einer Einrichtung (z.B. in einer Arztpraxis)\n* personalisierte Email-Adresse der Behandelnden Person in einer Einrichtung (z.B. in einer Arztpraxis)",
"mustSupport" : true
},
{
"id" : "PractitionerRole.telecom.system",
"path" : "PractitionerRole.telecom.system",
"definition" : "Definition der Art des Kontaktes, z. B. Telefon (phone), E-Mail, Fax.",
"min" : 1,
"mustSupport" : true
},
{
"id" : "PractitionerRole.telecom.value",
"path" : "PractitionerRole.telecom.value",
"definition" : "In diesem Element können Kontaktinformationen passend zum Kontaktkanal angegeben werden. Beispiele für mögliche Werte sind: \"m.mustermann@mio42.de\" (beim Kontaktkanal \"E-Mail\", oder \"030712345678\" (beim Kontaktkanal \"Telefon\").",
"min" : 1,
"mustSupport" : true
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.